home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / utility / freedos.zip / COM050.ZIP / HISTORY.TXT < prev    next >
Text File  |  1996-01-17  |  3KB  |  80 lines

  1. FreeDOS Command Line Interface Development History
  2. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  3.  
  4. 11/11/94 version 0.01
  5. ~~~~~~~~~~~~~~~~~~~~~
  6. o  initial release.
  7.  
  8. 01/01/95 version 0.10
  9. ~~~~~~~~~~~~~~~~~~~~~
  10. o  removed some scafolding.
  11. o  modified CD.
  12. o  added tab file completion.
  13. o  added command line history.
  14.  
  15. 01/15/95 version 0.20
  16. ~~~~~~~~~~~~~~~~~~~~~
  17. o  formatted all existing source modules.
  18. o  added prompt support.
  19. o  added drive selection.
  20. o  added dir command.
  21. o  started this development log.
  22.  
  23. 08/06/95 prerelease of version 0.30
  24. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  25. o  reorganized code into separate source modules.
  26. o  added batch processing support (thanks to Evan Jeffrey).
  27. o  added exec code (thanks to Steffan Kaiser).
  28. o  removed environment handling (thanks again to Steffan Kaiser)
  29.  
  30.     [ 08/08/95 -- Matt Rains ]
  31. o  formatted this development log.
  32. o  formatted all existing source modules so that they comply with recommended
  33.     programming practice.
  34. o  added MD command.
  35. o  added RD command.
  36. o  added VER command.
  37. o  replaced CD command.
  38. o  modified DIR command. 
  39. o  DIR now called regardless of other DIR.??? files. this is done because of 
  40.     exec() problems.
  41.  
  42. 12/10/95 version 0.30
  43. ~~~~~~~~~~~~~~~~~~~~~
  44. o  used Borland's spawnve to fix exec problem
  45. o  fixed CD again so you don't need a space after it
  46. o  couple of spelling fixes
  47.  
  48. 12/14/95 version 0.31
  49. ~~~~~~~~~~~~~~~~~~~~~
  50. o  modified cmdinput.c to work with non-standard screen sizes (see 28.com)
  51. o  fixed a bug in history.c that made it not work when you hit the up arrow
  52.    on the first line
  53. o  fixed DIR to work a little more like MS-DOS's DIR (see internal.c)
  54. o  fixed some code in where.c to make things a bit more efficient and nicer
  55.  
  56. 01/06/96 version 0.40  (never released)
  57. ~~~~~~~~~~~~~~~~~~~~~
  58. o  added redirection and piping support!!!  (see redir.c and command.c)
  59. o  fixed a stupid pointer problem in where.c that was causing LOTS of
  60.    problems in the strangest places...
  61. o  added day of the week support to prompt.c (oops, that was already supposed
  62.    to be there! :)
  63. o  fixed and reorganized the EXEC code!!!  Thanks to Svante Frey!
  64. o  reorganized command.c and internal.c to handle parsing internal commands
  65.    more efficiently and consistently.
  66. o  changed the behavior of MD, CD, RD to work without spaces (e.g. CD\DOS)
  67. o  small changes here and there to make it work with redirection/piping
  68.    (e.g. DIR only pauses if you're not doing redirection)
  69.  
  70. 01/17/96 version 0.50
  71. ~~~~~~~~~~~~~~~~~~~~~
  72. Version 0.40 was never released because I was home on Christmas vacation,
  73. and I couldn't upload it.  By the time I got back to school, I had the
  74. LOADHIGH patch from Svante Frey, so I decided to jump up to 0.50 without any
  75. release of 0.40...       - Tim Norman
  76.  
  77. o  LOADHIGH/LOADFIX/LH support added!!!!  Many thanks go to Svante Frey!
  78. o  bug fixed in command parsing that didn't handle / switches correctly...
  79. o  removed debugging output from history.c
  80.